HandleSwingMode
The mode of the handle swing, used in the Handle
part.
It can be any of the following strings: "None"
, "Swing"
, "Point"
.
Luau Type
This is the luau type for HandleSwingMode
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type HandleSwingMode = "None" | "Swing" | "Point"